Xbasic

A5.REPORT_LOCATION Function

Syntax

Filename as C = A5.Report_Location(C name)

Arguments

Filename

The name of the file containing the report layout.

name

The name of a report.

Description

The A5.REPORT_LOCATION() method returns the name of the file that contains the named report.

Example

? a5.Report_Location("Customer List")
= "c:\databases\expressions test\customer.ddd"

Limitations

Desktop applications only.

See Also